gtk-demo: Move the highlighting to a separate file
authorMatthias Clasen <mclasen@redhat.com>
Thu, 13 Aug 2020 17:08:57 +0000 (13:08 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 13 Aug 2020 20:33:16 +0000 (16:33 -0400)
commit80cddd4cc1514168a343a9d566406eafeda27f5a
treeeacb5f06f548cf73c372e2dafb34fc2d96da1ef0
parentaacb06dbee85dfe11d0f55573ab7bc045141d626
gtk-demo: Move the highlighting to a separate file

Move all the logic related to asynchronous highlighting
to fontify.c, to keep main.c from becoming too cluttered.
demos/gtk-demo/fontify.c [new file with mode: 0644]
demos/gtk-demo/fontify.h [new file with mode: 0644]
demos/gtk-demo/main.c
demos/gtk-demo/meson.build